home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMRECOVER / TFRMRECOVER.txt < prev   
Text File  |  2008-08-19  |  3KB  |  138 lines

  1. object FrmRecover: TFrmRecover
  2.   Left = 269
  3.   Top = 171
  4.   BorderStyle = bsDialog
  5.   Caption = 'Twistpad Recovered Files'
  6.   ClientHeight = 387
  7.   ClientWidth = 509
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Shape1: TShape
  20.     Left = 0
  21.     Top = 0
  22.     Width = 509
  23.     Height = 55
  24.     Align = alTop
  25.     Pen.Color = clWhite
  26.   end
  27.   object Label1: TLabel
  28.     Left = 29
  29.     Top = 7
  30.     Width = 436
  31.     Height = 39
  32.     AutoSize = False
  33.     Caption = 
  34.       'Twistpad encountered a problem and was unexpectedly shutdown. We' +
  35.       ' are sorry for this inconvenience. Twistpad will try to recover ' +
  36.       'the following information for you.'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clWindowText
  39.     Font.Height = -11
  40.     Font.Name = 'Tahoma'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     Transparent = True
  44.     WordWrap = True
  45.   end
  46.   object Image1: TImage
  47.     Left = 465
  48.     Top = 10
  49.     Width = 32
  50.     Height = 32
  51.     AutoSize = True
  52.     Picture.Data = {<image000.ico>}
  53.   end
  54.   object Label2: TLabel
  55.     Left = 8
  56.     Top = 62
  57.     Width = 80
  58.     Height = 13
  59.     Caption = 'Recovered Files:'
  60.   end
  61.   object Image2: TImage
  62.     Left = 7
  63.     Top = 9
  64.     Width = 16
  65.     Height = 16
  66.     AutoSize = True
  67.     Picture.Data = {<image001.bmp>}
  68.     Transparent = True
  69.   end
  70.   object lvwRecover: TListView
  71.     Left = 8
  72.     Top = 80
  73.     Width = 489
  74.     Height = 233
  75.     Checkboxes = True
  76.     Columns = <
  77.       item
  78.         Caption = 'Filename'
  79.         Width = 120
  80.       end
  81.       item
  82.         Caption = 'Last Saved'
  83.         Width = 120
  84.       end
  85.       item
  86.         Caption = 'Path'
  87.         Width = 220
  88.       end>
  89.     RowSelect = True
  90.     TabOrder = 0
  91.     ViewStyle = vsReport
  92.   end
  93.   object Button1: TButton
  94.     Left = 231
  95.     Top = 357
  96.     Width = 130
  97.     Height = 25
  98.     Caption = 'Recover Selected Files'
  99.     Default = True
  100.     ModalResult = 1
  101.     TabOrder = 1
  102.   end
  103.   object Button2: TButton
  104.     Left = 367
  105.     Top = 357
  106.     Width = 130
  107.     Height = 25
  108.     Cancel = True
  109.     Caption = 'Do Not Recover'
  110.     ModalResult = 2
  111.     TabOrder = 2
  112.   end
  113.   object Panel1: TPanel
  114.     Left = 8
  115.     Top = 318
  116.     Width = 489
  117.     Height = 33
  118.     BevelOuter = bvLowered
  119.     Color = clInfoBk
  120.     Font.Charset = ANSI_CHARSET
  121.     Font.Color = clInfoText
  122.     Font.Height = -11
  123.     Font.Name = 'Tahoma'
  124.     Font.Style = []
  125.     ParentFont = False
  126.     TabOrder = 3
  127.     object Label3: TLabel
  128.       Left = 7
  129.       Top = 10
  130.       Width = 471
  131.       Height = 13
  132.       Caption = 
  133.         'Recovered files will be created in the same folder of the origin' +
  134.         'al file with the extention '#39'Recovered'#39
  135.     end
  136.   end
  137. end
  138.